|
Log4j 0.9d | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.psnc.expres.wfm.util.i18n.helper.BundleFactory
public abstract class BundleFactory
BundleFactory class - Factory class for the properties retrieval. The
GUI factory deals with all the properties from GUI forms
| Constructor Summary | |
|---|---|
BundleFactory()
|
|
| Method Summary | |
|---|---|
static String |
getGuiValue(String key)
Get the value for the given key for corresponding resource bundle: see BundleFactory.BUNDLE_GUI |
static String |
getGuiValue(String key,
String... values)
Get the formatted value for the given key for corresponding resource bundle: see BundleFactory.BUNDLE_MESSAGES |
static String |
getMessageValue(String key)
Get the value for the given key for corresponding resource bundle: see BundleFactory.BUNDLE_MESSAGES |
static String |
getMessageValue(String key,
String... values)
Get the formatted value for the given key for corresponding resource bundle: see BundleFactory.BUNDLE_MESSAGES |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleFactory()
| Method Detail |
|---|
public static String getGuiValue(String key)
key - key for the desired string
public static String getGuiValue(String key,
String... values)
key - key for the desired stringvalues - list of values for the formated key
public static String getMessageValue(String key)
key - key for the desired string
public static String getMessageValue(String key,
String... values)
key - key for the desired stringvalues - list of values for the formated key
|
Log4j 0.9d | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||